Html Css Color HEX #BCCCE9 Periwinkle

📋 copy color: '#BCCCE9'

red 188 ◦ green 204 ◦ blue 233

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

Shades of Periwinkle #BCCCE9

Tints of Periwinkle #BCCCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 30.08%
G = 32.64%
B = 37.28%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCCCE9 (or 0xBCCCE9) is known color: Periwinkle. HEX triplet: BC, CC and E9. RGB value is (188,204,233). Sum of RGB (Red+Green+Blue) = 188+204+233=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCE9 is #433316. Grayscale: #CACACA. Windows color (decimal): -4403991 or 15322300. OLE color: 15322300.

HSL color Cylindrical-coordinate representation of color #BCCCE9: hue angle of 218.67º 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 #BCCCE9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 204 233 -
CMYK 0.19 0.12 0 0.09
HSL 218.67º 0.51% 0.83% -
HSV(B) 218.67º 0.19% 0.91% -
XYZ 57.04 59.76 85.62 -
YUV 202.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 188 204 233 0.19 0.12 0 0.09 218.67 0.51 0.83
Hex BC CC E9 13 C 0 9 DB 33 53
Octal 274 314 351 23 14 0 11 333 63 123
Binary 10111100 11001100 11101001 10011 1100 0 1001 11011011 110011 1010011

Color Harmonies of #BCCCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCE9

Black with #BCCCE9

Text Example


Text Example

White with #BCCCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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