Html Css Color HEX #BBCCFE Periwinkle

📋 copy color: '#BBCCFE'

red 187 ◦ green 204 ◦ blue 254

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

Shades of Periwinkle #BBCCFE

Tints of Periwinkle #BBCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 28.99%
G = 31.63%
B = 39.38%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBCCFE (or 0xBBCCFE) is known color: Periwinkle. HEX triplet: BB, CC and FE. RGB value is (187,204,254). Sum of RGB (Red+Green+Blue) = 187+204+254=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFE is #443301. Grayscale: #CCCCCC. Windows color (decimal): -4469506 or 16698555. OLE color: 16698555.

HSL color Cylindrical-coordinate representation of color #BBCCFE: hue angle of 224.78º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCCFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 204 254 -
CMYK 0.26 0.20 0 0.00
HSL 224.78º 0.97% 0.86% -
HSV(B) 224.78º 0.26% 1% -
XYZ 59.98 60.91 102.36 -
YUV 204.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 187 204 254 0.26 0.20 0 0.00 224.78 0.97 0.86
Hex BB CC FE 1A 14 0 0 E1 61 56
Octal 273 314 376 32 24 0 0 341 141 126
Binary 10111011 11001100 11111110 11010 10100 0 0 11100001 1100001 1010110

Color Harmonies of #BBCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCFE

Black with #BBCCFE

Text Example


Text Example

White with #BBCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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