Html Css Color HEX #BDEEF2 Onahau

📋 copy color: '#BDEEF2'

red 189 ◦ green 238 ◦ blue 242

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

Shades of Onahau #BDEEF2

Tints of Onahau #BDEEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.58%

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

R = 28.25%
G = 35.58%
B = 36.17%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDEEF2 (or 0xBDEEF2) is known color: Onahau. HEX triplet: BD, EE and F2. RGB value is (189,238,242). Sum of RGB (Red+Green+Blue) = 189+238+242=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF2 is #42110D. Grayscale: #DFDFDF. Windows color (decimal): -4329742 or 15920829. OLE color: 15920829.

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

Color convert

RGB 189 238 242 -
CMYK 0.22 0.02 0 0.05
HSL 184.53º 0.67% 0.85% -
HSV(B) 184.53º 0.22% 0.95% -
XYZ 67.59 78.38 95.57 -
YUV 223.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 189 238 242 0.22 0.02 0 0.05 184.53 0.67 0.85
Hex BD EE F2 16 2 0 5 B9 43 55
Octal 275 356 362 26 2 0 5 271 103 125
Binary 10111101 11101110 11110010 10110 10 0 101 10111001 1000011 1010101

Color Harmonies of #BDEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEF2

Black with #BDEEF2

Text Example


Text Example

White with #BDEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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