Html Css Color HEX #BBCEF5 Periwinkle

📋 copy color: '#BBCEF5'

red 187 ◦ green 206 ◦ blue 245

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

Shades of Periwinkle #BBCEF5

Tints of Periwinkle #BBCEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 29.31%
G = 32.29%
B = 38.4%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBCEF5 (or 0xBBCEF5) is known color: Periwinkle. HEX triplet: BB, CE and F5. RGB value is (187,206,245). Sum of RGB (Red+Green+Blue) = 187+206+245=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF5 is #44310A. Grayscale: #CCCCCC. Windows color (decimal): -4469003 or 16109243. OLE color: 16109243.

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

Color convert

RGB 187 206 245 -
CMYK 0.24 0.16 0 0.04
HSL 220.34º 0.74% 0.85% -
HSV(B) 220.34º 0.24% 0.96% -
XYZ 59.05 61.3 95.11 -
YUV 204.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 187 206 245 0.24 0.16 0 0.04 220.34 0.74 0.85
Hex BB CE F5 18 10 0 4 DC 4A 55
Octal 273 316 365 30 20 0 4 334 112 125
Binary 10111011 11001110 11110101 11000 10000 0 100 11011100 1001010 1010101

Color Harmonies of #BBCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEF5

Black with #BBCEF5

Text Example


Text Example

White with #BBCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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