Html Css Color HEX #BBC2DA Periwinkle

📋 copy color: '#BBC2DA'

red 187 ◦ green 194 ◦ blue 218

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

Shades of Periwinkle #BBC2DA

Tints of Periwinkle #BBC2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 31.22%
G = 32.39%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBC2DA (or 0xBBC2DA) is known color: Periwinkle. HEX triplet: BB, C2 and DA. RGB value is (187,194,218). Sum of RGB (Red+Green+Blue) = 187+194+218=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2DA is #443D25. Grayscale: #C2C2C2. Windows color (decimal): -4472102 or 14336699. OLE color: 14336699.

HSL color Cylindrical-coordinate representation of color #BBC2DA: hue angle of 226.45º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC2DA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 194 218 -
CMYK 0.14 0.11 0 0.15
HSL 226.45º 0.3% 0.79% -
HSV(B) 226.45º 0.14% 0.85% -
XYZ 52.44 54.21 74.03 -
YUV 194.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 187 194 218 0.14 0.11 0 0.15 226.45 0.3 0.79
Hex BB C2 DA E B 0 F E2 1E 4F
Octal 273 302 332 16 13 0 17 342 36 117
Binary 10111011 11000010 11011010 1110 1011 0 1111 11100010 11110 1001111

Color Harmonies of #BBC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2DA

Black with #BBC2DA

Text Example


Text Example

White with #BBC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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