Html Css Color HEX #BDEAF2 Onahau

📋 copy color: '#BDEAF2'

red 189 ◦ green 234 ◦ blue 242

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

Shades of Onahau #BDEAF2

Tints of Onahau #BDEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.19%

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

R = 28.42%
G = 35.19%
B = 36.39%

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

#BDEAF2 (or 0xBDEAF2) is known color: Onahau. HEX triplet: BD, EA and F2. RGB value is (189,234,242). Sum of RGB (Red+Green+Blue) = 189+234+242=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF2 is #42150D. Grayscale: #DDDDDD. Windows color (decimal): -4330766 or 15919805. OLE color: 15919805.

HSL color Cylindrical-coordinate representation of color #BDEAF2: hue angle of 189.06º 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 #BDEAF2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 234 242 -
CMYK 0.22 0.03 0 0.05
HSL 189.06º 0.67% 0.85% -
HSV(B) 189.06º 0.22% 0.95% -
XYZ 66.44 76.08 95.19 -
YUV 221.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 189 234 242 0.22 0.03 0 0.05 189.06 0.67 0.85
Hex BD EA F2 16 3 0 5 BD 43 55
Octal 275 352 362 26 3 0 5 275 103 125
Binary 10111101 11101010 11110010 10110 11 0 101 10111101 1000011 1010101

Color Harmonies of #BDEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAF2

Black with #BDEAF2

Text Example


Text Example

White with #BDEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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