Html Css Color HEX #BDE8EA Onahau

📋 copy color: '#BDE8EA'

red 189 ◦ green 232 ◦ blue 234

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

Shades of Onahau #BDE8EA

Tints of Onahau #BDE8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 28.85%
G = 35.42%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDE8EA (or 0xBDE8EA) is known color: Onahau. HEX triplet: BD, E8 and EA. RGB value is (189,232,234). Sum of RGB (Red+Green+Blue) = 189+232+234=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EA is #421715. Grayscale: #DBDBDB. Windows color (decimal): -4331286 or 15395005. OLE color: 15395005.

HSL color Cylindrical-coordinate representation of color #BDE8EA: hue angle of 182.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8EA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 232 234 -
CMYK 0.19 0.01 0 0.08
HSL 182.67º 0.52% 0.83% -
HSV(B) 182.67º 0.19% 0.92% -
XYZ 64.69 74.47 88.81 -
YUV 219.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 189 232 234 0.19 0.01 0 0.08 182.67 0.52 0.83
Hex BD E8 EA 13 1 0 8 B7 34 53
Octal 275 350 352 23 1 0 10 267 64 123
Binary 10111101 11101000 11101010 10011 1 0 1000 10110111 110100 1010011

Color Harmonies of #BDE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8EA

Black with #BDE8EA

Text Example


Text Example

White with #BDE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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