Html Css Color HEX #BDEBF7 Onahau

📋 copy color: '#BDEBF7'

red 189 ◦ green 235 ◦ blue 247

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

Shades of Onahau #BDEBF7

Tints of Onahau #BDEBF7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.02%

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 28.17%
G = 35.02%
B = 36.81%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDEBF7 (or 0xBDEBF7) is known color: Onahau. HEX triplet: BD, EB and F7. RGB value is (189,235,247). Sum of RGB (Red+Green+Blue) = 189+235+247=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF7 is #421408. Grayscale: #DEDEDE. Windows color (decimal): -4330505 or 16247741. OLE color: 16247741.

HSL color Cylindrical-coordinate representation of color #BDEBF7: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEBF7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 235 247 -
CMYK 0.23 0.05 0 0.03
HSL 192.41º 0.78% 0.85% -
HSV(B) 192.41º 0.23% 0.97% -
XYZ 67.48 76.95 99.29 -
YUV 222.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 189 235 247 0.23 0.05 0 0.03 192.41 0.78 0.85
Hex BD EB F7 17 5 0 3 C0 4E 55
Octal 275 353 367 27 5 0 3 300 116 125
Binary 10111101 11101011 11110111 10111 101 0 11 11000000 1001110 1010101

Color Harmonies of #BDEBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBF7

Black with #BDEBF7

Text Example


Text Example

White with #BDEBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBF7; }

 p { color: rgb(189,235,247); }

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

background-color css

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

 a { background-color: rgb(189,235,247); }

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

border-color css

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

 span { border-color: rgb(189,235,247); }

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