Html Css Color HEX #BDEAEF Onahau

📋 copy color: '#BDEAEF'

red 189 ◦ green 234 ◦ blue 239

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

Shades of Onahau #BDEAEF

Tints of Onahau #BDEAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.1%

R = 28.55%
G = 35.35%
B = 36.1%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDEAEF (or 0xBDEAEF) is known color: Onahau. HEX triplet: BD, EA and EF. RGB value is (189,234,239). Sum of RGB (Red+Green+Blue) = 189+234+239=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEF is #421510. Grayscale: #DDDDDD. Windows color (decimal): -4330769 or 15723197. OLE color: 15723197.

HSL color Cylindrical-coordinate representation of color #BDEAEF: hue angle of 186º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEAEF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 234 239 -
CMYK 0.21 0.02 0 0.06
HSL 186º 0.61% 0.84% -
HSV(B) 186º 0.21% 0.94% -
XYZ 65.99 75.9 92.83 -
YUV 221.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 189 234 239 0.21 0.02 0 0.06 186 0.61 0.84
Hex BD EA EF 15 2 0 6 BA 3D 54
Octal 275 352 357 25 2 0 6 272 75 124
Binary 10111101 11101010 11101111 10101 10 0 110 10111010 111101 1010100

Color Harmonies of #BDEAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAEF

Black with #BDEAEF

Text Example


Text Example

White with #BDEAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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