Html Css Color HEX #BBCCEC Periwinkle

📋 copy color: '#BBCCEC'

red 187 ◦ green 204 ◦ blue 236

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

Shades of Periwinkle #BBCCEC

Tints of Periwinkle #BBCCEC

RGB

 RED value IS 187 (73.44% from 255) = 29.82%

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

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 29.82%
G = 32.54%
B = 37.64%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBCCEC (or 0xBBCCEC) is known color: Periwinkle. HEX triplet: BB, CC and EC. RGB value is (187,204,236). Sum of RGB (Red+Green+Blue) = 187+204+236=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCEC is #443313. Grayscale: #CACACA. Windows color (decimal): -4469524 or 15518907. OLE color: 15518907.

HSL color Cylindrical-coordinate representation of color #BBCCEC: hue angle of 219.18º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCCEC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 204 236 -
CMYK 0.21 0.14 0 0.07
HSL 219.18º 0.56% 0.83% -
HSV(B) 219.18º 0.21% 0.93% -
XYZ 57.23 59.81 87.88 -
YUV 202.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 187 204 236 0.21 0.14 0 0.07 219.18 0.56 0.83
Hex BB CC EC 15 E 0 7 DB 38 53
Octal 273 314 354 25 16 0 7 333 70 123
Binary 10111011 11001100 11101100 10101 1110 0 111 11011011 111000 1010011

Color Harmonies of #BBCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCEC

Black with #BBCCEC

Text Example


Text Example

White with #BBCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCEC; }

 p { color: rgb(187,204,236); }

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

background-color css

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

 a { background-color: rgb(187,204,236); }

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

border-color css

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

 span { border-color: rgb(187,204,236); }

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