Html Css Color HEX #BDF1FD Onahau

📋 copy color: '#BDF1FD'

red 189 ◦ green 241 ◦ blue 253

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

Shades of Onahau #BDF1FD

Tints of Onahau #BDF1FD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.29%

 BLUE value IS 253 (99.22% from 255) = 37.04%

R = 27.67%
G = 35.29%
B = 37.04%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDF1FD (or 0xBDF1FD) is known color: Onahau. HEX triplet: BD, F1 and FD. RGB value is (189,241,253). Sum of RGB (Red+Green+Blue) = 189+241+253=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FD is #420E02. Grayscale: #E2E2E2. Windows color (decimal): -4328963 or 16642493. OLE color: 16642493.

HSL color Cylindrical-coordinate representation of color #BDF1FD: hue angle of 191.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF1FD is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 241 253 -
CMYK 0.25 0.05 0 0.01
HSL 191.25º 0.94% 0.87% -
HSV(B) 191.25º 0.25% 0.99% -
XYZ 70.17 80.82 104.83 -
YUV 226.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 189 241 253 0.25 0.05 0 0.01 191.25 0.94 0.87
Hex BD F1 FD 19 5 0 1 BF 5E 57
Octal 275 361 375 31 5 0 1 277 136 127
Binary 10111101 11110001 11111101 11001 101 0 1 10111111 1011110 1010111

Color Harmonies of #BDF1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1FD

Black with #BDF1FD

Text Example


Text Example

White with #BDF1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1FD; }

 p { color: rgb(189,241,253); }

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

background-color css

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

 a { background-color: rgb(189,241,253); }

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

border-color css

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

 span { border-color: rgb(189,241,253); }

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