Html Css Color HEX #BBDFE9 Onahau

📋 copy color: '#BBDFE9'

red 187 ◦ green 223 ◦ blue 233

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

Shades of Onahau #BBDFE9

Tints of Onahau #BBDFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

 BLUE value IS 233 (91.41% from 255) = 36.24%

R = 29.08%
G = 34.68%
B = 36.24%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBDFE9 (or 0xBBDFE9) is known color: Onahau. HEX triplet: BB, DF and E9. RGB value is (187,223,233). Sum of RGB (Red+Green+Blue) = 187+223+233=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFE9 is #442016. Grayscale: #D5D5D5. Windows color (decimal): -4464663 or 15327163. OLE color: 15327163.

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

Color convert

RGB 187 223 233 -
CMYK 0.20 0.04 0 0.09
HSL 193.04º 0.51% 0.82% -
HSV(B) 193.04º 0.2% 0.91% -
XYZ 61.59 69.22 87.21 -
YUV 213.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 187 223 233 0.20 0.04 0 0.09 193.04 0.51 0.82
Hex BB DF E9 14 4 0 9 C1 33 52
Octal 273 337 351 24 4 0 11 301 63 122
Binary 10111011 11011111 11101001 10100 100 0 1001 11000001 110011 1010010

Color Harmonies of #BBDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFE9

Black with #BBDFE9

Text Example


Text Example

White with #BBDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFE9; }

 p { color: rgb(187,223,233); }

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

background-color css

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

 a { background-color: rgb(187,223,233); }

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

border-color css

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

 span { border-color: rgb(187,223,233); }

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