Html Css Color HEX #BDEBF4 Onahau

📋 copy color: '#BDEBF4'

red 189 ◦ green 235 ◦ blue 244

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

Shades of Onahau #BDEBF4

Tints of Onahau #BDEBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.53%

R = 28.29%
G = 35.18%
B = 36.53%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDEBF4 (or 0xBDEBF4) is known color: Onahau. HEX triplet: BD, EB and F4. RGB value is (189,235,244). Sum of RGB (Red+Green+Blue) = 189+235+244=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF4 is #42140B. Grayscale: #DEDEDE. Windows color (decimal): -4330508 or 16051133. OLE color: 16051133.

HSL color Cylindrical-coordinate representation of color #BDEBF4: hue angle of 189.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEBF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 235 244 -
CMYK 0.23 0.04 0 0.04
HSL 189.82º 0.71% 0.85% -
HSV(B) 189.82º 0.23% 0.96% -
XYZ 67.02 76.77 96.87 -
YUV 222.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 189 235 244 0.23 0.04 0 0.04 189.82 0.71 0.85
Hex BD EB F4 17 4 0 4 BE 47 55
Octal 275 353 364 27 4 0 4 276 107 125
Binary 10111101 11101011 11110100 10111 100 0 100 10111110 1000111 1010101

Color Harmonies of #BDEBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBF4

Black with #BDEBF4

Text Example


Text Example

White with #BDEBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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