Html Css Color HEX #BDE9FB Onahau

📋 copy color: '#BDE9FB'

red 189 ◦ green 233 ◦ blue 251

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

Shades of Onahau #BDE9FB

Tints of Onahau #BDE9FB

RGB

 RED value IS 189 (74.22% from 255) = 28.08%

 GREEN value IS 233 (91.41% from 255) = 34.62%

 BLUE value IS 251 (98.44% from 255) = 37.3%

R = 28.08%
G = 34.62%
B = 37.3%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE9FB (or 0xBDE9FB) is known color: Onahau. HEX triplet: BD, E9 and FB. RGB value is (189,233,251). Sum of RGB (Red+Green+Blue) = 189+233+251=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9FB is #421604. Grayscale: #DDDDDD. Windows color (decimal): -4331013 or 16509373. OLE color: 16509373.

HSL color Cylindrical-coordinate representation of color #BDE9FB: hue angle of 197.42º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE9FB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 233 251 -
CMYK 0.25 0.07 0 0.02
HSL 197.42º 0.89% 0.86% -
HSV(B) 197.42º 0.25% 0.98% -
XYZ 67.54 76.06 102.39 -
YUV 221.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 189 233 251 0.25 0.07 0 0.02 197.42 0.89 0.86
Hex BD E9 FB 19 7 0 2 C5 59 56
Octal 275 351 373 31 7 0 2 305 131 126
Binary 10111101 11101001 11111011 11001 111 0 10 11000101 1011001 1010110

Color Harmonies of #BDE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9FB

Black with #BDE9FB

Text Example


Text Example

White with #BDE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9FB; }

 p { color: rgb(189,233,251); }

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

background-color css

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

 a { background-color: rgb(189,233,251); }

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

border-color css

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

 span { border-color: rgb(189,233,251); }

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