Html Css Color HEX #BDE7FB Onahau

📋 copy color: '#BDE7FB'

red 189 ◦ green 231 ◦ blue 251

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

Shades of Onahau #BDE7FB

Tints of Onahau #BDE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.43%

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

R = 28.17%
G = 34.43%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDE7FB (or 0xBDE7FB) is known color: Onahau. HEX triplet: BD, E7 and FB. RGB value is (189,231,251). Sum of RGB (Red+Green+Blue) = 189+231+251=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7FB is #421804. Grayscale: #DCDCDC. Windows color (decimal): -4331525 or 16508861. OLE color: 16508861.

HSL color Cylindrical-coordinate representation of color #BDE7FB: hue angle of 199.35º 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 #BDE7FB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 231 251 -
CMYK 0.25 0.08 0 0.02
HSL 199.35º 0.89% 0.86% -
HSV(B) 199.35º 0.25% 0.98% -
XYZ 66.97 74.94 102.2 -
YUV 220.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 189 231 251 0.25 0.08 0 0.02 199.35 0.89 0.86
Hex BD E7 FB 19 8 0 2 C7 59 56
Octal 275 347 373 31 10 0 2 307 131 126
Binary 10111101 11100111 11111011 11001 1000 0 10 11000111 1011001 1010110

Color Harmonies of #BDE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7FB

Black with #BDE7FB

Text Example


Text Example

White with #BDE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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