Html Css Color HEX #BDE1F6 Onahau

📋 copy color: '#BDE1F6'

red 189 ◦ green 225 ◦ blue 246

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

Shades of Onahau #BDE1F6

Tints of Onahau #BDE1F6

RGB

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

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

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

R = 28.64%
G = 34.09%
B = 37.27%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDE1F6 (or 0xBDE1F6) is known color: Onahau. HEX triplet: BD, E1 and F6. RGB value is (189,225,246). Sum of RGB (Red+Green+Blue) = 189+225+246=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDE1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F6 is #421E09. Grayscale: #D8D8D8. Windows color (decimal): -4333066 or 16179645. OLE color: 16179645.

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

Color convert

RGB 189 225 246 -
CMYK 0.23 0.09 0 0.04
HSL 202.11º 0.76% 0.85% -
HSV(B) 202.11º 0.23% 0.96% -
XYZ 64.55 71.32 97.55 -
YUV 216.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 189 225 246 0.23 0.09 0 0.04 202.11 0.76 0.85
Hex BD E1 F6 17 9 0 4 CA 4C 55
Octal 275 341 366 27 11 0 4 312 114 125
Binary 10111101 11100001 11110110 10111 1001 0 100 11001010 1001100 1010101

Color Harmonies of #BDE1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1F6

Black with #BDE1F6

Text Example


Text Example

White with #BDE1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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