Html Css Color HEX #BBDFE7 Onahau

📋 copy color: '#BBDFE7'

red 187 ◦ green 223 ◦ blue 231

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

Shades of Onahau #BBDFE7

Tints of Onahau #BBDFE7

RGB

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

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

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

R = 29.17%
G = 34.79%
B = 36.04%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBDFE7 (or 0xBBDFE7) is known color: Onahau. HEX triplet: BB, DF and E7. RGB value is (187,223,231). Sum of RGB (Red+Green+Blue) = 187+223+231=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFE7 is #442018. Grayscale: #D5D5D5. Windows color (decimal): -4464665 or 15196091. OLE color: 15196091.

HSL color Cylindrical-coordinate representation of color #BBDFE7: hue angle of 190.91º 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 #BBDFE7 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 223 231 -
CMYK 0.19 0.03 0 0.09
HSL 190.91º 0.48% 0.82% -
HSV(B) 190.91º 0.19% 0.91% -
XYZ 61.31 69.11 85.71 -
YUV 213.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 187 223 231 0.19 0.03 0 0.09 190.91 0.48 0.82
Hex BB DF E7 13 3 0 9 BF 30 52
Octal 273 337 347 23 3 0 11 277 60 122
Binary 10111011 11011111 11100111 10011 11 0 1001 10111111 110000 1010010

Color Harmonies of #BBDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFE7

Black with #BBDFE7

Text Example


Text Example

White with #BBDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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