Html Css Color HEX #BBC2DE Periwinkle

📋 copy color: '#BBC2DE'

red 187 ◦ green 194 ◦ blue 222

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

Shades of Periwinkle #BBC2DE

Tints of Periwinkle #BBC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.17%

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 31.01%
G = 32.17%
B = 36.82%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBC2DE (or 0xBBC2DE) is known color: Periwinkle. HEX triplet: BB, C2 and DE. RGB value is (187,194,222). Sum of RGB (Red+Green+Blue) = 187+194+222=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2DE is #443D21. Grayscale: #C2C2C2. Windows color (decimal): -4472098 or 14598843. OLE color: 14598843.

HSL color Cylindrical-coordinate representation of color #BBC2DE: hue angle of 228º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC2DE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 194 222 -
CMYK 0.16 0.13 0 0.13
HSL 228º 0.35% 0.8% -
HSV(B) 228º 0.16% 0.87% -
XYZ 52.97 54.42 76.82 -
YUV 195.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 187 194 222 0.16 0.13 0 0.13 228 0.35 0.8
Hex BB C2 DE 10 D 0 D E4 23 50
Octal 273 302 336 20 15 0 15 344 43 120
Binary 10111011 11000010 11011110 10000 1101 0 1101 11100100 100011 1010000

Color Harmonies of #BBC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2DE

Black with #BBC2DE

Text Example


Text Example

White with #BBC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2DE; }

 p { color: rgb(187,194,222); }

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

background-color css

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

 a { background-color: rgb(187,194,222); }

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

border-color css

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

 span { border-color: rgb(187,194,222); }

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