Html Css Color HEX #BBDDE7 Onahau

📋 copy color: '#BBDDE7'

red 187 ◦ green 221 ◦ blue 231

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

Shades of Onahau #BBDDE7

Tints of Onahau #BBDDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.59%

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 29.26%
G = 34.59%
B = 36.15%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBDDE7 (or 0xBBDDE7) is known color: Onahau. HEX triplet: BB, DD and E7. RGB value is (187,221,231). Sum of RGB (Red+Green+Blue) = 187+221+231=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDE7 is #442218. Grayscale: #D3D3D3. Windows color (decimal): -4465177 or 15195579. OLE color: 15195579.

HSL color Cylindrical-coordinate representation of color #BBDDE7: hue angle of 193.64º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDDE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 221 231 -
CMYK 0.19 0.04 0 0.09
HSL 193.64º 0.48% 0.82% -
HSV(B) 193.64º 0.19% 0.91% -
XYZ 60.77 68.05 85.53 -
YUV 211.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 187 221 231 0.19 0.04 0 0.09 193.64 0.48 0.82
Hex BB DD E7 13 4 0 9 C2 30 52
Octal 273 335 347 23 4 0 11 302 60 122
Binary 10111011 11011101 11100111 10011 100 0 1001 11000010 110000 1010010

Color Harmonies of #BBDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDE7

Black with #BBDDE7

Text Example


Text Example

White with #BBDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDE7; }

 p { color: rgb(187,221,231); }

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

background-color css

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

 a { background-color: rgb(187,221,231); }

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

border-color css

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

 span { border-color: rgb(187,221,231); }

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