Html Css Color HEX #BBDFEE Onahau

📋 copy color: '#BBDFEE'

red 187 ◦ green 223 ◦ blue 238

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

Shades of Onahau #BBDFEE

Tints of Onahau #BBDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.73%

R = 28.86%
G = 34.41%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBDFEE (or 0xBBDFEE) is known color: Onahau. HEX triplet: BB, DF and EE. RGB value is (187,223,238). Sum of RGB (Red+Green+Blue) = 187+223+238=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEE is #442011. Grayscale: #D5D5D5. Windows color (decimal): -4464658 or 15654843. OLE color: 15654843.

HSL color Cylindrical-coordinate representation of color #BBDFEE: hue angle of 197.65º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDFEE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 223 238 -
CMYK 0.21 0.06 0 0.07
HSL 197.65º 0.6% 0.83% -
HSV(B) 197.65º 0.21% 0.93% -
XYZ 62.31 69.51 91.02 -
YUV 213.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 187 223 238 0.21 0.06 0 0.07 197.65 0.6 0.83
Hex BB DF EE 15 6 0 7 C6 3C 53
Octal 273 337 356 25 6 0 7 306 74 123
Binary 10111011 11011111 11101110 10101 110 0 111 11000110 111100 1010011

Color Harmonies of #BBDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFEE

Black with #BBDFEE

Text Example


Text Example

White with #BBDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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