Html Css Color HEX #BDEEF6 Onahau

📋 copy color: '#BDEEF6'

red 189 ◦ green 238 ◦ blue 246

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

Shades of Onahau #BDEEF6

Tints of Onahau #BDEEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 28.08%
G = 35.36%
B = 36.55%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDEEF6 (or 0xBDEEF6) is known color: Onahau. HEX triplet: BD, EE and F6. RGB value is (189,238,246). Sum of RGB (Red+Green+Blue) = 189+238+246=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF6 is #421109. Grayscale: #E0E0E0. Windows color (decimal): -4329738 or 16182973. OLE color: 16182973.

HSL color Cylindrical-coordinate representation of color #BDEEF6: hue angle of 188.42º degrees, saturation: 0.76, 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 #BDEEF6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 238 246 -
CMYK 0.23 0.03 0 0.04
HSL 188.42º 0.76% 0.85% -
HSV(B) 188.42º 0.23% 0.96% -
XYZ 68.2 78.62 98.77 -
YUV 224.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 189 238 246 0.23 0.03 0 0.04 188.42 0.76 0.85
Hex BD EE F6 17 3 0 4 BC 4C 55
Octal 275 356 366 27 3 0 4 274 114 125
Binary 10111101 11101110 11110110 10111 11 0 100 10111100 1001100 1010101

Color Harmonies of #BDEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEF6

Black with #BDEEF6

Text Example


Text Example

White with #BDEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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