Html Css Color HEX #BBCEF4 Periwinkle

📋 copy color: '#BBCEF4'

red 187 ◦ green 206 ◦ blue 244

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

Shades of Periwinkle #BBCEF4

Tints of Periwinkle #BBCEF4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.34%

 BLUE value IS 244 (95.7% from 255) = 38.3%

R = 29.36%
G = 32.34%
B = 38.3%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBCEF4 (or 0xBBCEF4) is known color: Periwinkle. HEX triplet: BB, CE and F4. RGB value is (187,206,244). Sum of RGB (Red+Green+Blue) = 187+206+244=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF4 is #44310B. Grayscale: #CCCCCC. Windows color (decimal): -4469004 or 16043707. OLE color: 16043707.

HSL color Cylindrical-coordinate representation of color #BBCEF4: hue angle of 220º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCEF4 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 206 244 -
CMYK 0.23 0.16 0 0.04
HSL 220º 0.72% 0.85% -
HSV(B) 220º 0.23% 0.96% -
XYZ 58.89 61.24 94.3 -
YUV 204.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 187 206 244 0.23 0.16 0 0.04 220 0.72 0.85
Hex BB CE F4 17 10 0 4 DC 48 55
Octal 273 316 364 27 20 0 4 334 110 125
Binary 10111011 11001110 11110100 10111 10000 0 100 11011100 1001000 1010101

Color Harmonies of #BBCEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEF4

Black with #BBCEF4

Text Example


Text Example

White with #BBCEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEF4; }

 p { color: rgb(187,206,244); }

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

background-color css

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

 a { background-color: rgb(187,206,244); }

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

border-color css

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

 span { border-color: rgb(187,206,244); }

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