Html Css Color HEX #BBDFED Onahau

📋 copy color: '#BBDFED'

red 187 ◦ green 223 ◦ blue 237

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

Shades of Onahau #BBDFED

Tints of Onahau #BBDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 28.9%
G = 34.47%
B = 36.63%

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

#BBDFED (or 0xBBDFED) is known color: Onahau. HEX triplet: BB, DF and ED. RGB value is (187,223,237). Sum of RGB (Red+Green+Blue) = 187+223+237=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFED is #442012. Grayscale: #D5D5D5. Windows color (decimal): -4464659 or 15589307. OLE color: 15589307.

HSL color Cylindrical-coordinate representation of color #BBDFED: hue angle of 196.8º degrees, saturation: 0.58, 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 #BBDFED is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 223 237 -
CMYK 0.21 0.06 0 0.07
HSL 196.8º 0.58% 0.83% -
HSV(B) 196.8º 0.21% 0.93% -
XYZ 62.17 69.45 90.25 -
YUV 213.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 187 223 237 0.21 0.06 0 0.07 196.8 0.58 0.83
Hex BB DF ED 15 6 0 7 C5 3A 53
Octal 273 337 355 25 6 0 7 305 72 123
Binary 10111011 11011111 11101101 10101 110 0 111 11000101 111010 1010011

Color Harmonies of #BBDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFED

Black with #BBDFED

Text Example


Text Example

White with #BBDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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