Html Css Color HEX #BCD0F0 Periwinkle

📋 copy color: '#BCD0F0'

red 188 ◦ green 208 ◦ blue 240

#BCD0F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BCD0F0

Tints of Periwinkle #BCD0F0

RGB

 RED value IS 188 (73.83% from 255) = 29.56%

 GREEN value IS 208 (81.64% from 255) = 32.7%

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 29.56%
G = 32.7%
B = 37.74%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD0F0 (or 0xBCD0F0) is known color: Periwinkle. HEX triplet: BC, D0 and F0. RGB value is (188,208,240). Sum of RGB (Red+Green+Blue) = 188+208+240=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0F0 is #432F0F. Grayscale: #CDCDCD. Windows color (decimal): -4402960 or 15782076. OLE color: 15782076.

HSL color Cylindrical-coordinate representation of color #BCD0F0: hue angle of 216.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD0F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 208 240 -
CMYK 0.22 0.13 0 0.06
HSL 216.92º 0.63% 0.84% -
HSV(B) 216.92º 0.22% 0.94% -
XYZ 59.02 62.09 91.31 -
YUV 205.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 188 208 240 0.22 0.13 0 0.06 216.92 0.63 0.84
Hex BC D0 F0 16 D 0 6 D9 3F 54
Octal 274 320 360 26 15 0 6 331 77 124
Binary 10111100 11010000 11110000 10110 1101 0 110 11011001 111111 1010100

Color Harmonies of #BCD0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0F0

Black with #BCD0F0

Text Example


Text Example

White with #BCD0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0F0; }

 p { color: rgb(188,208,240); }

 H1.HeaderClassName
 {
   color: #BCD0F0;
 }
 .AnyTagClassName
 {
   color: #BCD0F0;
 }
</style>

background-color css

<style>
 a { background-color: #BCD0F0; }

 a { background-color: rgb(188,208,240); }

 div.DivClassName
 {
   background-color: #BCD0F0;
 }
 .BgClassName
 {
   background-color: #BCD0F0;
 }
</style>

border-color css

<style>
 span { border-color: #BCD0F0; }

 span { border-color: rgb(188,208,240); }

 td.TdClassName
 {
   border-color: #BCD0F0;
 }
 .TagClassName
 {
   border-color: #BCD0F0;
 }
</style>