Html Css Color HEX #BBCCFB Periwinkle

📋 copy color: '#BBCCFB'

red 187 ◦ green 204 ◦ blue 251

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

Shades of Periwinkle #BBCCFB

Tints of Periwinkle #BBCCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.1%

R = 29.13%
G = 31.78%
B = 39.1%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBCCFB (or 0xBBCCFB) is known color: Periwinkle. HEX triplet: BB, CC and FB. RGB value is (187,204,251). Sum of RGB (Red+Green+Blue) = 187+204+251=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFB is #443304. Grayscale: #CCCCCC. Windows color (decimal): -4469509 or 16501947. OLE color: 16501947.

HSL color Cylindrical-coordinate representation of color #BBCCFB: hue angle of 224.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCCFB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 204 251 -
CMYK 0.25 0.19 0 0.02
HSL 224.06º 0.89% 0.86% -
HSV(B) 224.06º 0.25% 0.98% -
XYZ 59.5 60.72 99.85 -
YUV 204.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 187 204 251 0.25 0.19 0 0.02 224.06 0.89 0.86
Hex BB CC FB 19 13 0 2 E0 59 56
Octal 273 314 373 31 23 0 2 340 131 126
Binary 10111011 11001100 11111011 11001 10011 0 10 11100000 1011001 1010110

Color Harmonies of #BBCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCFB

Black with #BBCCFB

Text Example


Text Example

White with #BBCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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