Html Css Color HEX #BBCCFC Periwinkle

📋 copy color: '#BBCCFC'

red 187 ◦ green 204 ◦ blue 252

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

Shades of Periwinkle #BBCCFC

Tints of Periwinkle #BBCCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 29.08%
G = 31.73%
B = 39.19%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBCCFC (or 0xBBCCFC) is known color: Periwinkle. HEX triplet: BB, CC and FC. RGB value is (187,204,252). Sum of RGB (Red+Green+Blue) = 187+204+252=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFC is #443303. Grayscale: #CCCCCC. Windows color (decimal): -4469508 or 16567483. OLE color: 16567483.

HSL color Cylindrical-coordinate representation of color #BBCCFC: hue angle of 224.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCCFC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 204 252 -
CMYK 0.26 0.19 0 0.01
HSL 224.31º 0.92% 0.86% -
HSV(B) 224.31º 0.26% 0.99% -
XYZ 59.66 60.78 100.68 -
YUV 204.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 187 204 252 0.26 0.19 0 0.01 224.31 0.92 0.86
Hex BB CC FC 1A 13 0 1 E0 5C 56
Octal 273 314 374 32 23 0 1 340 134 126
Binary 10111011 11001100 11111100 11010 10011 0 1 11100000 1011100 1010110

Color Harmonies of #BBCCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCFC

Black with #BBCCFC

Text Example


Text Example

White with #BBCCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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