Html Css Color HEX #BDE1EC Onahau

📋 copy color: '#BDE1EC'

red 189 ◦ green 225 ◦ blue 236

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

Shades of Onahau #BDE1EC

Tints of Onahau #BDE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.62%

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 29.08%
G = 34.62%
B = 36.31%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDE1EC (or 0xBDE1EC) is known color: Onahau. HEX triplet: BD, E1 and EC. RGB value is (189,225,236). Sum of RGB (Red+Green+Blue) = 189+225+236=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EC is #421E13. Grayscale: #D7D7D7. Windows color (decimal): -4333076 or 15524285. OLE color: 15524285.

HSL color Cylindrical-coordinate representation of color #BDE1EC: hue angle of 194.04º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE1EC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 225 236 -
CMYK 0.20 0.05 0 0.07
HSL 194.04º 0.55% 0.83% -
HSV(B) 194.04º 0.2% 0.93% -
XYZ 63.05 70.73 89.69 -
YUV 215.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 189 225 236 0.20 0.05 0 0.07 194.04 0.55 0.83
Hex BD E1 EC 14 5 0 7 C2 37 53
Octal 275 341 354 24 5 0 7 302 67 123
Binary 10111101 11100001 11101100 10100 101 0 111 11000010 110111 1010011

Color Harmonies of #BDE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1EC

Black with #BDE1EC

Text Example


Text Example

White with #BDE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1EC; }

 p { color: rgb(189,225,236); }

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

background-color css

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

 a { background-color: rgb(189,225,236); }

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

border-color css

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

 span { border-color: rgb(189,225,236); }

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