Html Css Color HEX #BDE1F3 Onahau

📋 copy color: '#BDE1F3'

red 189 ◦ green 225 ◦ blue 243

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

Shades of Onahau #BDE1F3

Tints of Onahau #BDE1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 28.77%
G = 34.25%
B = 36.99%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE1F3 (or 0xBDE1F3) is known color: Onahau. HEX triplet: BD, E1 and F3. RGB value is (189,225,243). Sum of RGB (Red+Green+Blue) = 189+225+243=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F3 is #421E0C. Grayscale: #D8D8D8. Windows color (decimal): -4333069 or 15983037. OLE color: 15983037.

HSL color Cylindrical-coordinate representation of color #BDE1F3: hue angle of 200º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE1F3 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 225 243 -
CMYK 0.22 0.07 0 0.05
HSL 200º 0.69% 0.85% -
HSV(B) 200º 0.22% 0.95% -
XYZ 64.09 71.14 95.15 -
YUV 216.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 189 225 243 0.22 0.07 0 0.05 200 0.69 0.85
Hex BD E1 F3 16 7 0 5 C8 45 55
Octal 275 341 363 26 7 0 5 310 105 125
Binary 10111101 11100001 11110011 10110 111 0 101 11001000 1000101 1010101

Color Harmonies of #BDE1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1F3

Black with #BDE1F3

Text Example


Text Example

White with #BDE1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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