Html Css Color HEX #BCD0E9 Periwinkle

📋 copy color: '#BCD0E9'

red 188 ◦ green 208 ◦ blue 233

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

Shades of Periwinkle #BCD0E9

Tints of Periwinkle #BCD0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.04%

R = 29.89%
G = 33.07%
B = 37.04%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCD0E9 (or 0xBCD0E9) is known color: Periwinkle. HEX triplet: BC, D0 and E9. RGB value is (188,208,233). Sum of RGB (Red+Green+Blue) = 188+208+233=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0E9 is #432F16. Grayscale: #CCCCCC. Windows color (decimal): -4402967 or 15323324. OLE color: 15323324.

HSL color Cylindrical-coordinate representation of color #BCD0E9: hue angle of 213.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD0E9 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 208 233 -
CMYK 0.19 0.11 0 0.09
HSL 213.33º 0.51% 0.83% -
HSV(B) 213.33º 0.19% 0.91% -
XYZ 58 61.69 85.94 -
YUV 204.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 188 208 233 0.19 0.11 0 0.09 213.33 0.51 0.83
Hex BC D0 E9 13 B 0 9 D5 33 53
Octal 274 320 351 23 13 0 11 325 63 123
Binary 10111100 11010000 11101001 10011 1011 0 1001 11010101 110011 1010011

Color Harmonies of #BCD0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0E9

Black with #BCD0E9

Text Example


Text Example

White with #BCD0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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