Html Css Color HEX #BDEBF2 Onahau

📋 copy color: '#BDEBF2'

red 189 ◦ green 235 ◦ blue 242

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

Shades of Onahau #BDEBF2

Tints of Onahau #BDEBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 28.38%
G = 35.29%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDEBF2 (or 0xBDEBF2) is known color: Onahau. HEX triplet: BD, EB and F2. RGB value is (189,235,242). Sum of RGB (Red+Green+Blue) = 189+235+242=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF2 is #42140D. Grayscale: #DDDDDD. Windows color (decimal): -4330510 or 15920061. OLE color: 15920061.

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

Color convert

RGB 189 235 242 -
CMYK 0.22 0.03 0 0.05
HSL 187.92º 0.67% 0.85% -
HSV(B) 187.92º 0.22% 0.95% -
XYZ 66.72 76.65 95.28 -
YUV 222.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 189 235 242 0.22 0.03 0 0.05 187.92 0.67 0.85
Hex BD EB F2 16 3 0 5 BC 43 55
Octal 275 353 362 26 3 0 5 274 103 125
Binary 10111101 11101011 11110010 10110 11 0 101 10111100 1000011 1010101

Color Harmonies of #BDEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBF2

Black with #BDEBF2

Text Example


Text Example

White with #BDEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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